home *** CD-ROM | disk | FTP | other *** search
/ You're the Director / You're The Director.iso / pc / macf / mger.dir / 00262.ls < prev    next >
Encoding:
Text File  |  1995-10-10  |  518 b   |  21 lines

  1. on mouseUp
  2.   global Clips, fullscreenG
  3.   put "inside 262"
  4.   put "fullscreenG", fullscreenG
  5.   put "just before change screenSize"
  6.   repeat with x = 9 to 18
  7.     puppetSprite(x, 1)
  8.     set the visible of sprite x to 0
  9.     puppetSprite(x, 0)
  10.   end repeat
  11.   puppetSprite(20, 1)
  12.   set the visible of sprite 20 to 0
  13.   puppetSprite(20, 0)
  14.   puppetSprite(46, 1)
  15.   set the visible of sprite 46 to 0
  16.   puppetSprite(46, 0)
  17.   ChangeScreenSize(Clips, "0,0", 1)
  18.   put "the frame", the frame
  19.   put "just after change screen size"
  20. end
  21.